/* General */
body,
html {
    font-family: Arial, Helvetica, sans-serif;
    transition: all .5s;
    margin: 0;
    height: 100vh;
}

.bgimg {
    position: relative;
    background: url("/images/bannerfarm.png") no-repeat fixed center top;
    background-size: cover;
    margin: 0;
    border-radius: 0px 0px 15% 15%;
    height: 80%;
}

.chase {
    background: url("/images/bannerchase.png") no-repeat fixed center top;
    height: 40%;
}

.chasebig {
    background: url("/images/bannerchase.png") no-repeat fixed center top;
}

.bean {
    background: url("/images/bannerbean.png") no-repeat fixed center top;
    height: 40%;
}

.f1 {
    background: url("/images/bannerf1.png") no-repeat fixed center top;
    height: 40%;
}

.bus {
    background: url("/images/bannerbus.png") no-repeat fixed center top;
    height: 40%;
}

.interior {
    background: url("/images/bannerinteriour.png") no-repeat fixed center top;
    height: 40%;
}

.monster {
    background: url("/images/bannermonsternight.png") no-repeat fixed center top;
    height: 40%;
}

@media (max-width: 1000px) {
    .bgimg {
        background-position: 70%;
    }
}

@media (min-width: 992px) {
    .w-md-50 {
        max-width: 50%;
    }
}

.navbar {
    transition: all 200ms linear;
    border-radius: 0px 0px 25% 25%;
}

.navbar.scrolled {
    background-color: #0315ef !important;
}

.navbar.scrolled2 {
    background-color: #0315ef !important;
    border-radius: 0px 0px 10% 10%;
}

.gradient-blue {
    background: linear-gradient(to right, #00aeff 10%, #001aff 30%, #1100a7 60%, #00aeff 90%);
    background-size: 200% auto;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shine 2s linear infinite reverse;
}

.btn-seemore {
    background: linear-gradient(to right, #00aeff 10%, #001aff 30%, #1100a7 60%, #00aeff 90%);
    background-size: 200% auto;
    animation: shine 2s linear infinite reverse;
    transition: all 200ms linear;
}

.btn-seemore:hover {
    transform: scale(1.1);

}

@keyframes shine {
    to {
        background-position: 200% center;
    }
}

.footer {
    background-color: #0315ef;
    border-radius: 25% 25% 0px 0px;
}

.footer-shortpage {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.offercard,
.cardicon,
.card {
    transition: all 200ms linear;
}

.card:hover {
    transform: scale(1.05);
}

.nohover:hover {
    transform: scale(1.00);
}

.offercard:hover {
    opacity: 0.5;
}

.offercard:hover .cardicon {
    transform: scale(1.2) translateY(-5px);
    opacity: 1.0;
}

.card-img-top {
    --bs-bg-opacity: .3;
    object-fit: contain;
}

.price-input {
    display: flex;
}

.price-input .field {
    display: flex;
    align-items: center;
}

.field input {
    width: 100%;
    height: 100%;
    margin-left: 12px;
    border-radius: 5px;
    text-align: center;
    border: 1px solid #999;
}

.slider {
    height: 5px;
    position: relative;
    background: #ddd;
    border-radius: 5px;
}

.slider .progress {
    height: 100%;
    left: 0%;
    right: 0%;
    position: absolute;
    background: #0315ef;
}

.range-input {
    position: relative;
}

.range-input input {
    position: absolute;
    width: 100%;
    height: 5px;
    top: -5px;
    background: none;
    pointer-events: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

input[type="range"]::-webkit-slider-thumb {
    pointer-events: auto;
}

input[type="range"]::-moz-range-thumb {
    pointer-events: auto;
}

.sticky-top {
    top: 8vb;
}
.sticky-top-timeline {
    top: 5.3vb;
}

ul.timeline {
    list-style-type: none;
    position: relative;
}

ul.timeline:before {
    content: ' ';
    background: #d4d9df;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 100%;
    z-index: 400;
}

ul.timeline>li {
    text-align: left;
    margin: 20px 0;
    padding-left: 20px;
    transition: all 200ms;
}

ul.timeline>li:before {
    content: ' ';
    position: absolute;
    border-radius: 50%;
    border: 3px solid #0315ef;
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 400;
}

ul.timeline>li:hover {
    opacity: 0.5;
}

.roundImg {
    border-radius: 15px;
}

.carousel-item {
    height: 50vh;
}

.carousel-item img {
    position: absolute;
    object-fit: contain;
    object-position: center;
    height: 50vh;
    overflow: hidden;
}

.comingsoon::before {
    content: 'Coming soon‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎';
    animation-name: head;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

@keyframes head {
    25% {
        content: 'Coming soon.‏‏‎ ‎‏‏‎ ‎';
    }

    50% {
        content: 'Coming soon..‏‏‎ ‎';
    }

    75% {
        content: 'Coming soon...';
    }
}
.timeline2 {
    display: flex;
    transition: all .5s;
  }
  
  .timeline2 .events {
    background-color: #606060;
    height: 4px;
    width: 100%;
    margin: 3em 0 0;
   }
  
  .timeline2 .events ul li {
    display: inline-block;
    width: 16%;
  }
  
  .timeline2 .events ul li a {
    font-style: italic;
    font-size: 1.25em;
    color: #606060;
    text-decoration: none;
    position: relative;
    top: -40px;
  }
  
  .timeline2 .events ul li a:after {
    content: '';
    position: absolute;
    bottom: -25px;
    left: 50%;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    border: 3px solid #606060;
    background-color: #fff;
    transition: 0.3s ease;
    transform: translateX(-50%);
  }
  
  .timeline2 .events ul li a:hover::after {
    background-color: #0315EF;
    border-color: #0315EF;
  }

 .current a::after {
    background-color: #0315EF !important;
    border-color: #0315EF !important;
  }